home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / gdfontl.h < prev    next >
Encoding:
C/C++ Source or Header  |  2007-06-28  |  621 b   |  40 lines

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5.  
  6. #ifndef _GDFONTL_H_
  7. #define _GDFONTL_H_ 1
  8.  
  9. #ifdef __cplusplus
  10. extern "C"
  11. {
  12. #endif
  13.  
  14. /*
  15.     This is a header file for gd font, generated using
  16.     bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
  17.     from bdf font
  18.     -misc-fixed-medium-r-normal--16-140-75-75-c-80-iso8859-2
  19.     at Tue Jan  6 19:39:27 1998.
  20.  
  21.     The original bdf was holding following copyright:
  22.     "Libor Skarvada, libor@informatics.muni.cz"
  23.  */
  24.  
  25.  
  26. #include "gd.h"
  27.  
  28.    BGD_EXPORT_DATA_PROT gdFontPtr gdFontLarge;
  29.    BGD_DECLARE(gdFontPtr) gdFontGetLarge(void);
  30.  
  31. #ifdef __cplusplus
  32. }
  33. #endif
  34.  
  35. #endif
  36.  
  37. #ifdef __cplusplus
  38. }
  39. #endif
  40.